From 38598dbd37299bc4cf9bae0b9d988eb2bc2bb3fe Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 28 Jan 2012 11:56:20 +0800 Subject: [PATCH] * doc/lispref/text.texi (Transposition): We don't use transpose-region as an internal subroutine. --- doc/lispref/ChangeLog | 3 +++ doc/lispref/text.texi | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 1f926545077..97590597cb8 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,5 +1,8 @@ 2012-01-28 Chong Yidong + * text.texi (Transposition): We don't use transpose-region as an + internal subroutine (Bug#3249). + * modes.texi (Example Major Modes): Update Lisp example code to current sources. Delete the old non-derived-major-mode example, which has diverged badly from current sources. diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi index b75c013298f..55b0c0a4be8 100644 --- a/doc/lispref/text.texi +++ b/doc/lispref/text.texi @@ -3991,7 +3991,7 @@ changed in the future. @node Transposition @section Transposition of Text - This subroutine is used by the transposition commands. + This function can be used to transpose stretches of text: @defun transpose-regions start1 end1 start2 end2 &optional leave-markers This function exchanges two nonoverlapping portions of the buffer. -- 2.30.2